home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / DomonicDefence4.swf / scripts / DefineButton2_269 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2005-09-27  |  244 b   |  14 lines

  1. on(release){
  2.    _root.chooseBackground = "Random";
  3.    if(_root.loadedIt != 1)
  4.    {
  5.       _root.stat._visible = true;
  6.    }
  7.    else
  8.    {
  9.       stopAllSounds();
  10.       _root.menuMusicOn = false;
  11.       _root.gotoAndStop("game");
  12.    }
  13. }
  14.